projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d54d7d
)
test-simplify: Explicitly use bash
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 20 Sep 2015 16:17:12 +0000
(12:17 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 20 Sep 2015 16:18:35 +0000
(12:18 -0400)
The script uses bash features, after all.
https://bugzilla.gnome.org/show_bug.cgi?id=755274
testsuite/tools/test-simplify.in
patch
|
blob
|
history
diff --git
a/testsuite/tools/test-simplify.in
b/testsuite/tools/test-simplify.in
index 2de4366b1685d12ac6a4b6f8f4fdd04365e08ca1..6b4f2e8131b6b888aaf5404697588c6b0a10e72d 100755
(executable)
--- a/
testsuite/tools/test-simplify.in
+++ b/
testsuite/tools/test-simplify.in
@@
-1,4
+1,4
@@
-#! /bin/sh
+#! /bin/
ba
sh
GTK_BUILDER_TOOL=${GTK_BUILDER_TOOL:-gtk-builder-tool}
TEST_DATA_DIR=${TEST_DATA_DIR:-./simplify}